IMapView.HasKey Method

Determines whether the map view contains the specified key.

Syntax

public:
bool HasKey(
         K key
)  

Parameters

key
Type: K 

The key to locate in the map view.

Return value

Type: bool 

  True if the key is found; otherwise, false.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IMapView Generic Interface

IMapView Members

Windows.Foundation.Collections Namespace